home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / mpu401 / reset.c < prev    next >
C/C++ Source or Header  |  1986-11-02  |  250b  |  13 lines

  1. /* Copyright (C) 1986 by M. J. Shannon, Jr.
  2. ** Permission to distribute for non-commercial uses granted as long as this
  3. ** notice is retained.  Violators will be prosecuted.
  4. */
  5.  
  6. #include    "mpu/mpu.h"
  7.  
  8. main()
  9. {
  10.     mpu_reset();
  11.     return (0);
  12. }
  13.